UserData

data class UserData(val id: String, val name: String, val surname: String, val email: String)

Data class representing user data.

Constructors

Link copied to clipboard
constructor(id: String, name: String, surname: String, email: String)

Properties

Link copied to clipboard

the email of the user

Link copied to clipboard
val id: String

the unique identifier of the user

Link copied to clipboard

the name of the user

Link copied to clipboard

the surname of the user